Improve coding agent prompt title and description for consistency and clarity #7275
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR improves the phrasing of the coding agent prompt to enhance consistency and provide better transparency about the process.
Changes Made
Title: Changed "Copilot coding agent will continue your work..." to "Coding agent will continue your work..."
Description: Enhanced the description to mention branch creation: "Your current chat session will end, and its context will be used to continue your work in a new branch and pull request."
Motivation
The original prompt had inconsistencies in terminology:
Additionally, the description didn't mention that a new branch would be created, which provides important transparency about what happens during the process.
Before and After
Before:

After:
The title now reads "Coding agent will continue your work in 'repository'" and the description mentions "new branch and pull request".
Key Improvements
✅ Consistency: Removed "Copilot" from title to match tooltip and session logs
✅ Clarity: Added "new branch" to description for better transparency
✅ Alignment: Title now matches the established phrasing approach used elsewhere
The changes are minimal and surgical, affecting only the localized strings in the
commandImpl
method ofCopilotRemoteAgentManager
.Fixes #7250.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.